Skip to content

Commit

Permalink
Merge pull request #10 from rndmh3ro/fix_publishing
Browse files Browse the repository at this point in the history
use secrets in publishing instead of env-vars
  • Loading branch information
rndmh3ro committed Mar 2, 2023
2 parents 3bd4b19 + 8aea5fd commit 8672a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: pronovic/setup-poetry@v1

- name: Publish project
run: "poetry publish --username ${{ env.PYPI_USERNAME }} --password ${{ env.PYPI_PASSWORD }}"
run: "poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}"

0 comments on commit 8672a92

Please sign in to comment.