File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,17 +83,16 @@ jobs:
8383 uses : actions/download-artifact@v2
8484 with :
8585 name : dist-package-3.9
86+ path : dist
8687 - name : Publish distribution 📦 to Test PyPI
8788 uses : pypa/gh-action-pypi-publish@master
8889 with :
8990 skip_existing : true
9091 user : __token__
9192 password : ${{ secrets.test_pypi_password }}
9293 repository_url : https://test.pypi.org/legacy/
93- packages_dir : dist-package-3.9/
9494 - name : Publish distribution 📦 to PyPI
9595 uses : pypa/gh-action-pypi-publish@master
9696 with :
9797 user : __token__
9898 password : ${{ secrets.pypi_password }}
99- packages_dir : dist-package-3.9/
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99setup (
1010 name = "essentials-openapi" ,
11- version = "0.0.8 " ,
11+ version = "0.0.9 " ,
1212 description = "Classes to generate OpenAPI Documentation v3 and v2, in JSON and YAML" ,
1313 long_description = readme (),
1414 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments