We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4a832 commit 76a1e68Copy full SHA for 76a1e68
.github/workflows/release.yml
@@ -58,8 +58,8 @@ jobs:
58
if: steps.check-version.outputs.tag
59
uses: pypa/[email protected]
60
with:
61
- user: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
62
- password: ${{ secrets.PYPI_STACUTILS_USERNAME }}
+ user: ${{ secrets.PYPI_STACUTILS_USERNAME }}
+ password: ${{ secrets.PYPI_STACUTILS_PASSWORD}}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stac-api-validator"
3
-version = "0.0.1"
+version = "0.0.0"
4
description = "STAC API Validator"
5
authors = ["Phil Varner <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments