Skip to content

Commit 8a39e5d

Browse files
committed
username
1 parent 63e17b5 commit 8a39e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
- name: upload
5757
run: twine upload dist/* --non-interactive --skip-existing
5858
env:
59-
TWINE_USERNAME: __token__
59+
TWINE_USERNAME: righ
6060
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Requirements
1717
============
1818
- Python: 3.3 or later.
1919

20-
- Tested with 3.7
20+
- Tested with 3.7, 3.11
2121

2222

2323
Installation

0 commit comments

Comments
 (0)