Skip to content

Commit 07f92a9

Browse files
authored
Merge pull request #30 from sdfordham/add-publish-workflow-real
Change from TestPypi to Pypi publish
2 parents c14accb + 382e100 commit 07f92a9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
steps:
1416
- uses: actions/checkout@v3
1517
- name: Set up Python
@@ -24,7 +26,3 @@ jobs:
2426
run: python -m build
2527
- name: Publish package
2628
uses: pypa/gh-action-pypi-publish@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae
27-
with:
28-
user: __token__
29-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30-
repository-url: https://test.pypi.org/legacy/

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pysyncon
3-
version = 1.0.1
3+
version = 1.1.0
44
author = Stiofán Fordham
55
url = https://github.com/sdfordham/pysyncon/
66
long_description = file: README.md

0 commit comments

Comments
 (0)