We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cd873 commit 7f70bbbCopy full SHA for 7f70bbb
2 files changed
.github/workflows/base.yml
@@ -194,7 +194,7 @@ jobs:
194
# 8) Publish the wheel on PyPi
195
- name: \[TAG only\] Deploy on PyPi
196
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
197
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@release/v1
198
with:
199
user: __token__
200
password: ${{ secrets.PYPI_API_TOKEN }}
noxfile-requirements.txt
@@ -1,6 +1,6 @@
1
virtualenv
2
nox
3
toml
4
-makefun
+setuptools<72 # later versions do not read 'tests_require' from setup.cfg anymore
5
setuptools_scm # used in 'release'
6
keyring # used in 'release'
0 commit comments