Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicschroeer authored Nov 18, 2022
1 parent dd8c41c commit c574b9c
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,7 +15,7 @@ jobs:
with:
PACKAGE_DIRECTORY: "./example_package/"
PYTHON_VERSION: "3.10"
ACCESS_TOKEN: ${{ secrets.GITUHB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
REGISTRY: "https://test.pypi.org/legacy/"
BRANCH: "main"

0 comments on commit c574b9c

Please sign in to comment.