Skip to content

Commit

Permalink
Merge pull request #19 from crim-ca/debug-publish-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored May 8, 2024
2 parents ce80140 + 88d05e3 commit ef1ee6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2.2.2
with:
python-version: 3.10
python-version: "3.10"
- name: Install poetry
run: make poetry-install
- name: Build and publish
run: |
make publish
- name: Publish to PyPI
run: poetry publish --username __token__ --password ${{ secrets.PYPI_SECRET }}

0 comments on commit ef1ee6e

Please sign in to comment.