Skip to content

Commit

Permalink
Merge pull request #3 from aurelio-labs/simonas/release-action
Browse files Browse the repository at this point in the history
chore: release action update
  • Loading branch information
simjak authored Sep 25, 2024
2 parents 1518dc5 + c2f69b3 commit 9ff7c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
poetry config repositories.remote https://upload.pypi.org/legacy/
poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.REPO_PYPI_API_TOKEN }}

0 comments on commit 9ff7c9f

Please sign in to comment.