Skip to content

Commit

Permalink
feat: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtrotter committed Sep 5, 2022
1 parent 12be6cb commit 594f2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

# - name: Push to PyPi
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ version = {attr = "assetuniverse.VERSION"}
[tool.semantic_release]
branch = "main"
build_command = false
commit_version_number = true
hvcs = "github"
upload_to_repository = false
upload_to_release = false
Expand Down

0 comments on commit 594f2cd

Please sign in to comment.