Skip to content

Commit

Permalink
Add PyPI credentials
Browse files Browse the repository at this point in the history
Possibly there's a way to have it pick these up from the environment, but for now we can try what py-quantaq does: https://github.com/quant-aq/py-quantaq/blob/166f63b748d6267de2a744b0429bb8742ac08949/.github/workflows/release-to-pypi.yml#L31C32-L31C95
  • Loading branch information
dmcc committed Feb 12, 2024
1 parent 014e98a commit f1097e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: pdm-project/setup-pdm@v4

- name: Publish package distributions to PyPI
run: pdm publish
run: pdm publish --user ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}

0 comments on commit f1097e7

Please sign in to comment.