We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aecbc commit dd6d6e2Copy full SHA for dd6d6e2
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
build-and-publish:
10
name: Build and publish Python package to PyPI
11
runs-on: ubuntu-latest
12
- # NOTE: You should create a "pypi-publish" environment in GitHub repo settings
+ # NOTE: You should create an environment in GitHub repo settings
13
# and configure it to match what you set up in PyPI trusted publishing
14
# Uncomment the following line once your environment is set up in GitHub:
15
environment: pypi
@@ -40,7 +40,7 @@ jobs:
40
- name: Build package
41
working-directory: ./pysmq
42
env:
43
- SETUPTOOLS_SCM_PRETEND_VERSION: ${{ steps.get_version.outputs.VERSION }}
+ SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYSMQ: ${{ steps.get_version.outputs.VERSION }}
44
run: python -m build
45
46
- name: Publish package to PyPI
0 commit comments