Skip to content

Commit

Permalink
Disable posting pypi packages
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Apr 15, 2024
1 parent 6eecabb commit 464008c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Build Python package and Upload to PyPi
shell: bash -l {0}
if: ${{ startsWith( github.ref, 'refs/tags/v') && matrix.python-version == env.PYTHON_MAIN_VERSION }}
if: false # disabled for now
#if: ${{ startsWith( github.ref, 'refs/tags/v') && matrix.python-version == env.PYTHON_MAIN_VERSION }}
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
Expand Down

0 comments on commit 464008c

Please sign in to comment.