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 b015acb commit 4f7bb45Copy full SHA for 4f7bb45
.github/workflows/publish.yaml
@@ -1,6 +1,6 @@
1
name: Publish
2
3
-on: [workflow_dispatch, push]
+on: [workflow_dispatch]
4
5
jobs:
6
Publish:
@@ -15,5 +15,5 @@ jobs:
15
- name: Publish
16
run: |
17
python3 -m pip install --upgrade twine
18
- python3 -m twine upload --repository testpypi dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
+ python3 -m twine upload dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
19
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "uid2_client"
10
-version = "1.0.1"
+version = "1.0.0"
11
authors = [
12
{ name = "Cody Constine", email = "[email protected]" }
13
]
0 commit comments