Commit 517c2dd 1 parent 27ae2cb commit 517c2dd Copy full SHA for 517c2dd
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 24
24
pip install setuptools wheel twine
25
25
- name : Build and publish
26
26
env :
27
- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
28
- TWINE_PASSWORD : ${{ secrets.PYPI_PYED }}
27
+ TWINE_USERNAME : __token__
28
+ TWINE_PASSWORD : ${{ secrets.PYPI_GITHUB_PZ }}
29
29
run : |
30
30
python setup.py sdist bdist_wheel
31
31
twine upload dist/*
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'pz' ,
11
- version = '1.0.0-rc.1 ' ,
11
+ version = '1.0.0' ,
12
12
author = 'Edvard Rejthar' ,
13
13
author_email = 'edvard.rejthar@nic.cz' ,
14
14
url = 'https://github.com/CZ-NIC/pz' ,
19
19
long_description_content_type = "text/markdown" ,
20
20
scripts = ['pz' ],
21
21
classifiers = [
22
- 'Programming Language :: Python :: 3'
22
+ 'Programming Language :: Python :: 3' ,
23
+ 'Development Status :: 5 - Production/Stable' ,
24
+ 'Environment :: Console' ,
25
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
26
+ 'Operating System :: OS Independent' ,
27
+ 'Topic :: Text Processing' ,
28
+ 'Topic :: Utilities'
23
29
],
24
30
python_requires = '>=3.6' ,
25
31
)
You can’t perform that action at this time.
0 commit comments