Skip to content

Commit

Permalink
fix: PyPI publishing (#43)
Browse files Browse the repository at this point in the history
- Fix flit usage in GitHub Actions
  • Loading branch information
gmontamat authored Sep 3, 2024
1 parent a5d9719 commit 889ca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
flit publish --repository pypi
flit publish
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: |
flit publish --repository testpypi
flit publish

0 comments on commit 889ca17

Please sign in to comment.