File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7979 steps :
8080 - name : Check out repository code
8181 uses : actions/checkout@v3
82+ - name : Set up Python 3.7
83+ uses : actions/setup-python@v4
84+ with :
85+ python-version : 3.7
8286 - name : Deps install
8387 run : |
8488 pip install -r dev-requirements.txt
8993 run : |
9094 python setup.py sdist
9195 - name : Upload to PyPi
96+ env :
97+ TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
98+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
9299 run : |
93100 twine upload dist/*
Original file line number Diff line number Diff line change 1212 version = VERSION ,
1313 description = DESCRIPTION ,
1414 long_description = LONG_DESCRIPTION ,
15+ long_description_content_type = "text/markdown" ,
1516 url = "https://github.com/botify-labs/fnv-c" ,
1617 author = "Fabien MARTY" ,
1718 author_email = "fabien.marty@botify.com" ,
You can’t perform that action at this time.
0 commit comments