From f2a46c409d4fe735705878f1bc24ce75754b8024 Mon Sep 17 00:00:00 2001 From: Jelmer van der Linde Date: Tue, 3 Sep 2024 16:38:07 +0200 Subject: [PATCH] Workflows wtf --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cc91275..1c9b82d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,6 +31,7 @@ jobs: - uses: actions/upload-artifact@v3 with: + name: build-output path: dist/opuscleaner-*.* run_tests: @@ -44,6 +45,7 @@ jobs: - uses: actions/download-artifact@v3 with: + name: build-output path: dist - name: Install @@ -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