We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c14accb + 382e100 commit 07f92a9Copy full SHA for 07f92a9
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ permissions:
10
jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python
@@ -24,7 +26,3 @@ jobs:
24
26
run: python -m build
25
27
- name: Publish package
28
uses: pypa/gh-action-pypi-publish@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae
- with:
- user: __token__
29
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30
- repository-url: https://test.pypi.org/legacy/
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pysyncon
3
-version = 1.0.1
+version = 1.1.0
4
author = Stiofán Fordham
5
url = https://github.com/sdfordham/pysyncon/
6
long_description = file: README.md
0 commit comments