Skip to content

Commit

Permalink
Chore: Bump version, disable legacy workflows (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Aug 8, 2024
1 parent ec82663 commit f8f1f4f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 331 deletions.
174 changes: 0 additions & 174 deletions .github/workflows/release.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ jobs:
pypi:
name: "Publish Package"
# Only publish on tag pushes
if:
# startsWith(github.ref, 'refs/tags/') &&
needs.python-build.outputs.publish == 'true'
# contains(github.event.head_commit.message, '[release]')
needs: [python-build, github-workflow-metadata, testpypi]
runs-on: ubuntu-latest
environment:
Expand Down
152 changes: 0 additions & 152 deletions .github/workflows/test-release.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osc-transformer-based-extractor"
version = "0.1.1"
version = "0.1.2"
description = "OS-Climate Data Extraction Tool"
authors = [
{name = "Tanishq More", email = "[email protected]"},
Expand Down

0 comments on commit f8f1f4f

Please sign in to comment.