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 5cec2f5 commit f8adb6eCopy full SHA for f8adb6e
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: 'Publish to PyPI'
10
runs-on: ubuntu-latest
11
environment:
12
- name: pypi
+ name: production
13
url: https://pypi.org/p/fingerprint-pro-server-api-sdk
14
permissions:
15
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
@@ -28,6 +28,7 @@ jobs:
28
pip install -r requirements.txt
29
pip install wheel
30
pip install twine
31
+ python setup.py sdist bdist_wheel
32
33
- name: Publish package distributions to PyPI
34
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
0 commit comments