Skip to content

Commit

Permalink
fix bug in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Aug 30, 2024
1 parent c853df7 commit 353b8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
repository: ${{ github.repository }}
token: ${{ steps.podaac-cicd.outputs.token }}
ref: 'refs/heads/develop'
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "net2cog"
version = "0.5.0a0"
version = "0.4.0a0"
description = "NetCDF to COG Conversion Service"
authors = ["podaac <podaac@jpl.nasa.gov>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 353b8e0

Please sign in to comment.