Skip to content

Commit

Permalink
Update release_pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau authored May 28, 2024
1 parent 0775ca9 commit 5bfaf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
PACKAGE_DIRECTORY: "./choice_learn/"
PYTHON_VERSION: "3.8"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
PUBLISH_REGISTRY_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
PUBLISH_REGISTRY: "https://test.pypi.org/simple/"
- name: Install from TestPyPI & run tests with installed package
run: |
Expand Down

0 comments on commit 5bfaf24

Please sign in to comment.