Skip to content

Commit

Permalink
disable GA pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Jan 2, 2025
1 parent 02c437e commit b296feb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ jobs:
- name: Build package
run: poetry build

- name: Publish package
if: github.event_name != 'workflow_dispatch'
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish
# Disable publishing until we are given admin permissions to add pypi api-key to github actions.
# - name: Publish package
# if: github.event_name != 'workflow_dispatch'
# run: |
# poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
# poetry publish

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit b296feb

Please sign in to comment.