Skip to content

Commit

Permalink
try username/token
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Oct 31, 2024
1 parent fe6fee6 commit f43711e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false

username: __token__
password: ${{ secrets.PYPI_TOKEN }}

publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
Expand All @@ -76,4 +76,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
attestations: false
username: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 comments on commit f43711e

Please sign in to comment.