Skip to content

Commit

Permalink
feat: remove development release
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 12, 2025
1 parent eec0a0e commit f98fdf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 63 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/_tag.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/dev-release.yaml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ concurrency:
cancel-in-progress: true

jobs:
release:
name: test-pypi-release
uses: ./.github/workflows/_release.yaml
with:
environment: DEV
url: https://test.pypi.org/p/gentroutils

dev-release:
name: dev-release
needs: release
name: pypi-release
uses: ./.github/workflows/_release.yaml
with:
environment: PyPI
Expand Down

0 comments on commit f98fdf8

Please sign in to comment.