Skip to content

Commit

Permalink
Merge pull request #30 from sdfordham/add-publish-workflow-real
Browse files Browse the repository at this point in the history
Change from TestPypi to Pypi publish
  • Loading branch information
sdfordham authored Nov 5, 2023
2 parents c14accb + 382e100 commit 07f92a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -24,7 +26,3 @@ jobs:
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pysyncon
version = 1.0.1
version = 1.1.0
author = Stiofán Fordham
url = https://github.com/sdfordham/pysyncon/
long_description = file: README.md
Expand Down

0 comments on commit 07f92a9

Please sign in to comment.