Skip to content

Commit c943575

Browse files
committed
Temporary remove the auto-deploy to PyPi while testing
1 parent c1f118e commit c943575

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
- name: Determine new version string
2626
id: release_version
2727
run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF:10})
28-
- name: Publish 📦 to PyPI
29-
uses: pypa/gh-action-pypi-publish@release/v1
30-
with:
31-
password: ${{ secrets.pypi_password }}
3228
- name: Publish 📦 to Github
3329
uses: softprops/action-gh-release@v1
3430
with:

0 commit comments

Comments
 (0)