Skip to content

Commit 094f4b7

Browse files
committed
Fix GitHub actions
1 parent 8439644 commit 094f4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python setup.py sdist bdist_wheel
2424
2525
- name: Publish a Python distribution to PyPI
26-
uses: pypa/gh-action-pypi-publish@v1
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
11+
python: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)