We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f118e commit c943575Copy full SHA for c943575
.github/workflows/deploy.yml
@@ -25,10 +25,6 @@ jobs:
25
- name: Determine new version string
26
id: release_version
27
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 }}
32
- name: Publish 📦 to Github
33
uses: softprops/action-gh-release@v1
34
with:
0 commit comments