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 bb6c5ae commit aa592c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
PUBLISH_REGISTRY: "https://test.pypi.org/simple/"
BRANCH: main
- name: Install from TestPyPI & run tests with installed package
run: |
pip uninstall -y -r <(pip freeze)
Expand All @@ -28,5 +29,6 @@ jobs:
with:
PACKAGE_DIRECTORY: "./choice_learn/"
PYTHON_VERSION: "3.8"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PUBLISH_REGISTRY_USER: ${{ secrets.PYPI_USERNAME }}
BRANCH: main

0 comments on commit aa592c0

Please sign in to comment.