diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 814cd595..d56b2e6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,11 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - # - name: Store the distribution packages - # uses: actions/upload-artifact@v3 - # with: - # name: python-package-distributions - # path: dist/ + - name: Store the distribution packages + uses: actions/upload-artifact@v3 + with: + name: python-package-distributions + path: dist/ # publish-to-pypi: # name: >- @@ -108,11 +108,11 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - # - name: Download all the dists - # uses: actions/download-artifact@v3 - # with: - # name: python-package-distributions - # path: dist/ + - name: Download all the dists + uses: actions/download-artifact@v3 + with: + name: python-package-distributions + path: dist/ - name: Publish distribution to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: