File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Building Package
3333 run : python setup.py bdist_wheel
3434
35- - name : Publish package
36- uses : pypa/gh-action-pypi-publish@release/v1
37- with :
38- skip_existing : true
39- password : ${{ secrets.PYPI_API_TOKEN }}
40- repository_url : https://test.pypi.org/legacy/
35+ # - name: Publish package
36+ # uses: pypa/gh-action-pypi-publish@release/v1
37+ # with:
38+ # skip_existing: true
39+ # password: ${{ secrets.PYPI_API_TOKEN }}
40+ # repository_url: https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 1919 with :
2020 python-version : ' 3.10'
2121
22+ - name : Installing git
23+ run : pip install gitpython
24+
2225 - name : Generate local version
2326 run : python freeze_version.py
2427
Original file line number Diff line number Diff line change 1111
1212build_date = date .today ().strftime ('%Y-%m-%d' )
1313
14- version = '0.0.14 '
14+ version = '0.0.1 '
1515
1616with open (version_file_path , 'w+' ) as version_file :
1717 version_file .write ("version = '{}'\n " .format (version ))
You can’t perform that action at this time.
0 commit comments