Skip to content

Commit 8c3cbf1

Browse files
v0.0.9 📜
1 parent e1ffcc7 commit 8c3cbf1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
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",

0 commit comments

Comments
 (0)