Skip to content

Commit

Permalink
Merge pull request #40 from dnv-opensource/39-update-github-workflow-…
Browse files Browse the repository at this point in the history
…publish_release

Updated GitHub workflow publish_release
  • Loading branch information
tomarnepedersen authored Nov 14, 2024
2 parents 9e944be + b5c0a8f commit 95196a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/_publish_package.yml.disabled

This file was deleted.

16 changes: 13 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ jobs:
# - requirements_files
# uses: ./.github/workflows/_build_package.yml
# publish_package:
# name: Publish package
# needs:
# - build_package
# uses: ./.github/workflows/_publish_package.yml
# secrets:
# PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
# runs-on: ubuntu-latest
# environment: release
# permissions:
# id-token: write
# steps:
# - uses: actions/download-artifact@v4
# with:
# 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 95196a4

Please sign in to comment.