mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -06:00
Fix deploy to pypi
This commit is contained in:
parent
2842f59db9
commit
820fa561ba
4
.github/workflows/ResInsightWithCache.yml
vendored
4
.github/workflows/ResInsightWithCache.yml
vendored
@ -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
|
||||
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user