Skip to content

Commit

Permalink
updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed May 6, 2024
1 parent 09470ec commit 9de7780
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9de7780

Please sign in to comment.