Skip to content

Commit 7f70bbb

Browse files
author
Sylvain MARIE
committed
Fixed GHA issues
1 parent c6cd873 commit 7f70bbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
# 8) Publish the wheel on PyPi
195195
- name: \[TAG only\] Deploy on PyPi
196196
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
197-
uses: pypa/gh-action-pypi-publish@v1.8.11
197+
uses: pypa/gh-action-pypi-publish@release/v1
198198
with:
199199
user: __token__
200200
password: ${{ secrets.PYPI_API_TOKEN }}

noxfile-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
virtualenv
22
nox
33
toml
4-
makefun
4+
setuptools<72 # later versions do not read 'tests_require' from setup.cfg anymore
55
setuptools_scm # used in 'release'
66
keyring # used in 'release'

0 commit comments

Comments
 (0)