Skip to content

Commit dd6d6e2

Browse files
committed
updates
1 parent 88aecbc commit dd6d6e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-publish:
1010
name: Build and publish Python package to PyPI
1111
runs-on: ubuntu-latest
12-
# NOTE: You should create a "pypi-publish" environment in GitHub repo settings
12+
# NOTE: You should create an environment in GitHub repo settings
1313
# and configure it to match what you set up in PyPI trusted publishing
1414
# Uncomment the following line once your environment is set up in GitHub:
1515
environment: pypi
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build package
4141
working-directory: ./pysmq
4242
env:
43-
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ steps.get_version.outputs.VERSION }}
43+
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYSMQ: ${{ steps.get_version.outputs.VERSION }}
4444
run: python -m build
4545

4646
- name: Publish package to PyPI

0 commit comments

Comments
 (0)