Skip to content

Commit

Permalink
Temporary remove the auto-deploy to PyPi while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Jun 6, 2021
1 parent c1f118e commit c943575
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: Determine new version string
id: release_version
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF:10})
- name: Publish 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}
- name: Publish 📦 to Github
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c943575

Please sign in to comment.