We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a4fc4 commit 9a8a94fCopy full SHA for 9a8a94f
2 files changed
.github/workflows/sdist.yml
@@ -45,9 +45,10 @@ jobs:
45
run: pytest --verbose test_snappy.py
46
47
- name: Archive sdist
48
+ if: startsWith(github.ref, 'refs/tags/0.')
49
uses: actions/upload-artifact@v2
50
with:
- name: python_snappy-${{ matrix.pep-425-tag }}-manylinux
51
+ name: python-snappy-sdist
52
path: dist/python-snappy*.tar.gz
53
54
- name: Publish sdist to PyPI
.github/workflows/wheel.yml
@@ -64,6 +64,7 @@ jobs:
64
65
66
- name: Archive wheels
67
68
69
70
name: python_snappy-${{ matrix.pep-425-tag }}-manylinux
0 commit comments