Skip to content

Commit 4f7bb45

Browse files
Switched to real repo and back to version 1.0.0
1 parent b015acb commit 4f7bb45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Publish
22

3-
on: [workflow_dispatch, push]
3+
on: [workflow_dispatch]
44

55
jobs:
66
Publish:
@@ -15,5 +15,5 @@ jobs:
1515
- name: Publish
1616
run: |
1717
python3 -m pip install --upgrade twine
18-
python3 -m twine upload --repository testpypi dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
18+
python3 -m twine upload dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "uid2_client"
10-
version = "1.0.1"
10+
version = "1.0.0"
1111
authors = [
1212
{ name = "Cody Constine", email = "[email protected]" }
1313
]

0 commit comments

Comments
 (0)