Skip to content

Commit

Permalink
Fix deploy to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj authored Mar 25, 2024
1 parent 2842f59 commit 820fa56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:

steps:
- name: Download python distribution folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-distribution
path: dist
Expand All @@ -307,5 +307,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
# uncomment the two lines below to publish to test PyPi
# with:
# repository-url: https://test.pypi.org/legacy/
# repository-url: https://test.pypi.org/legacy/

0 comments on commit 820fa56

Please sign in to comment.