Skip to content

Commit f129884

Browse files
committed
CI: Include old Py3.6 wheels in release upload.
1 parent 3e7ab03 commit f129884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ jobs:
135135

136136
- name: Release
137137
uses: softprops/action-gh-release@v2
138-
if: startsWith(github.ref, 'refs/tags/')
138+
if: github.ref_type == 'tag'
139139
with:
140-
files: dist/*cp27*.whl, dist/*cp35*.whl
140+
files: dist/*cp27*.whl, dist/*cp35*.whl, dist/*cp36*.whl
141141

142142
- name: Archive Wheels
143143
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)