Skip to content

Commit 76a1e68

Browse files
committed
revert version to fix pypi upload
1 parent 3d4a832 commit 76a1e68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
if: steps.check-version.outputs.tag
5959
uses: pypa/[email protected]
6060
with:
61-
user: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
62-
password: ${{ secrets.PYPI_STACUTILS_USERNAME }}
61+
user: ${{ secrets.PYPI_STACUTILS_USERNAME }}
62+
password: ${{ secrets.PYPI_STACUTILS_PASSWORD}}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)