Skip to content

Commit a19d3f3

Browse files
committed
Check that make package works on Python 3.10
1 parent 591728f commit a19d3f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish-to-pypi.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
types:
1212
- published
1313
# Runs for pull requests should be disabled other than for testing purposes
14-
#pull_request:
15-
# branches:
16-
# - main
14+
pull_request:
15+
branches:
16+
- main
1717

1818
jobs:
1919
publish-pypi:
@@ -52,11 +52,11 @@ jobs:
5252
echo "Generated files:"
5353
ls -lh dist/
5454
55-
- name: Publish to Test PyPI
56-
uses: pypa/[email protected]
57-
with:
58-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
59-
repository_url: https://test.pypi.org/legacy/
55+
# - name: Publish to Test PyPI
56+
# uses: pypa/[email protected]
57+
# with:
58+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
59+
# repository_url: https://test.pypi.org/legacy/
6060

6161
- name: Publish to PyPI
6262
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)