Skip to content

Commit

Permalink
Workflows wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Sep 3, 2024
1 parent e3ec16e commit f2a46c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: build-output
path: dist/opuscleaner-*.*

run_tests:
Expand All @@ -44,6 +45,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: build-output
path: dist

- name: Install
Expand All @@ -62,7 +64,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: sdist
name: build-output
path: dist

- uses: pypa/gh-action-pypi-publish@v1.5.0
Expand Down

0 comments on commit f2a46c4

Please sign in to comment.