Skip to content

Commit

Permalink
Added test workflow for deployment on test_pypi using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 22, 2023
1 parent 3c6fa13 commit b141473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@main
uses: code-specialist/pypi-poetry-publish@v1
with:
PACKAGE_DIRECTORY: "./physiofit/"
PYTHON_VERSION: "3.10"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit b141473

Please sign in to comment.