Skip to content

Commit

Permalink
Update .github/workflows/continous-integration.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Vdb <[email protected]>
  • Loading branch information
tmbo and m-vdb authored Sep 21, 2023
1 parent 32209d5 commit fd41a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,11 @@ jobs:
run: poetry build

# TODO: readd release step to puplic pypi
# - name: Publish to PyPI 📦
# uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}

# Push to the dev registry
- name: Publish to PyPI 📦
Expand Down

0 comments on commit fd41a95

Please sign in to comment.