Skip to content

Commit b8751ab

Browse files
committed
update
1 parent 05a71e0 commit b8751ab

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/CD.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
run: |
1515
python3 -m pip install --upgrade build
1616
python3 -m build
17-
- name: Python Semantic Release
18-
uses: python-semantic-release/python-semantic-release@master
19-
with:
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
# - name: Upload
22-
# run: |
23-
# python3 -m pip install twine
24-
# python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
17+
# - name: Python Semantic Release
18+
# uses: python-semantic-release/python-semantic-release@master
19+
# with:
20+
# github_token: ${{ secrets.GITHUB_TOKEN }}
21+
- name: Upload
22+
run: |
23+
python3 -m pip install twine
24+
python3 -m twine upload --repository pypi dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Back"
8-
version = "0.0.15"
8+
version = "0.0.16"
99
authors = [
1010
{ name="Geode-solutions", email="[email protected]" },
1111
]

0 commit comments

Comments
 (0)