Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Apr 4, 2024
1 parent f76eae0 commit ad57baf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_energyml_utils_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Save build artifacts
uses: actions/upload-artifact@v4
with:
name: dist-artifact
path: dist/
name: Build-Artifact
if-no-files-found: error
path: dist

publish:
name: Publish to PyPI
Expand All @@ -65,8 +66,8 @@ jobs:
- name: Get build artifacts
uses: actions/download-artifact@v4
with:
name: dist-artifact
path: dist/
name: Build-Artifact
path: dist

- name: Install poetry
uses: ./.github/actions/prepare-poetry
Expand Down

0 comments on commit ad57baf

Please sign in to comment.