Skip to content

Commit f8adb6e

Browse files
ci: fix publish workflow
1 parent 5cec2f5 commit f8adb6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: 'Publish to PyPI'
1010
runs-on: ubuntu-latest
1111
environment:
12-
name: pypi
12+
name: production
1313
url: https://pypi.org/p/fingerprint-pro-server-api-sdk
1414
permissions:
1515
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
@@ -28,6 +28,7 @@ jobs:
2828
pip install -r requirements.txt
2929
pip install wheel
3030
pip install twine
31+
python setup.py sdist bdist_wheel
3132
3233
- name: Publish package distributions to PyPI
3334
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b

0 commit comments

Comments
 (0)