File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 python3 setup.py sdist --formats=zip
3030 - name : Publish a Python distribution to PyPI
3131 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
32- uses : pypa/gh-action-pypi-publish@main
32+ uses : pypa/gh-action-pypi-publish@master
3333 with :
3434 user : __token__
3535 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1- # AnimatedWordCloud ver 1.0.3
1+ # AnimatedWordCloud ver 1.0.4
22
33** UNDER CONSTRUCTION**
44
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def requirements_from_file(file_name):
1919
2020setup (
2121 name = "AnimatedWordCloudTimelapse" ,
22- version = "1.0.3 " ,
22+ version = "1.0.4 " ,
2323 description = "Animate a timelapse of word cloud" ,
2424 long_description = readme ,
2525 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments