We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0aab1 commit 9164c3eCopy full SHA for 9164c3e
.github/workflows/test-python2.yaml
@@ -38,22 +38,3 @@ jobs:
38
- uses: actions/upload-artifact@v2
39
with:
40
path: dist/*.tar.gz
41
-
42
- upload_pypi:
43
- needs: [build, test]
44
- runs-on: ubuntu-20.04
45
- # upload to PyPI on every tag starting with 'v'
46
- if: github.event_name == 'push' && endsWith(github.event.ref, 'scylla')
47
- # alternatively, to publish when a GitHub Release is created, use the following rule:
48
- # if: github.event_name == 'release' && github.event.action == 'published'
49
- steps:
50
- - uses: actions/download-artifact@v2
51
- with:
52
- name: artifact
53
- path: dist
54
55
- - uses: pypa/gh-action-pypi-publish@master
56
57
- user: __token__
58
- password: ${{ secrets.PYPI_API_TOKEN }}
59
0 commit comments