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 b4637a7 commit 9983c6bCopy full SHA for 9983c6b
.github/workflows/pypi_release.yml
@@ -11,7 +11,6 @@ jobs:
11
environment:
12
name: pypi
13
url: https://pypi.org/p/yeti-switch-api
14
- RELEASE_VERSION: ${{github.ref}}
15
permissions:
16
id-token: write
17
contents: read
@@ -28,8 +27,11 @@ jobs:
28
27
run: |
29
python -m pip install --upgrade pip
30
pip install -r requirements.txt -r requirements_dev.txt
+
31
- name: build package
32
run: python setup.py sdist bdist_wheel
33
+ env:
34
+ RELEASE_VERSION: ${{github.ref}}
35
36
- name: Publish package distributions to PyPI
37
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments