Skip to content

Commit

Permalink
github action: fix var name for sdist upload (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Feb 7, 2024
1 parent e0b98f0 commit 7e1b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdist.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 7e1b1b0

Please sign in to comment.