Skip to content

Commit

Permalink
GitHub workflows: Removed _publish_package.yml and _publish_package_t…
Browse files Browse the repository at this point in the history
…est.yml, as these are no longer needed.
  • Loading branch information
ClaasRostock committed Nov 8, 2024
1 parent b04ebf5 commit d146ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/_publish_package.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/_publish_package_test.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ on:
jobs:
build_package:
uses: ./.github/workflows/_build_package.yml
# publish_package_test:
# needs:
# - build_package
# uses: ./.github/workflows/_publish_package_test.yml
publish_package:
name: Publish package
needs:
- build_package
runs-on: ubuntu-latest
Expand All @@ -26,7 +23,8 @@ jobs:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

# with: # Uncomment this line to publish to testpypi
# repository-url: https://test.pypi.org/legacy/ # Uncomment this line to publish to testpypi
merge_into_release:
uses: ./.github/workflows/_merge_into_release.yml
secrets:
Expand Down

0 comments on commit d146ea6

Please sign in to comment.