Skip to content

Commit

Permalink
Check that make package works on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Oct 27, 2021
1 parent 591728f commit a19d3f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
types:
- published
# Runs for pull requests should be disabled other than for testing purposes
#pull_request:
# branches:
# - main
pull_request:
branches:
- main

jobs:
publish-pypi:
Expand Down Expand Up @@ -52,11 +52,11 @@ jobs:
echo "Generated files:"
ls -lh dist/
- name: Publish to Test PyPI
uses: pypa/[email protected]
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish to Test PyPI
# uses: pypa/[email protected]
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

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

0 comments on commit a19d3f3

Please sign in to comment.