We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1209b commit 9af14ccCopy full SHA for 9af14cc
.github/workflows/publish.yml
@@ -24,12 +24,11 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
- python -m pip install --upgrade pip
28
- python -m pip install setuptools==72.1.0 wheel==0.43.0 twine==5.1.1
+ python -m pip install setuptools==72.1.0 wheel==0.43.0 twine==5.1.1 build==1.2.2.post1
29
30
- name: Extract tag name
31
id: tag
32
- run: echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
+ run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
33
34
- name: Update version in pykis/__env__.py
35
0 commit comments