Skip to content

Commit

Permalink
gh-464: simplify release infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jan 17, 2025
1 parent 8521dde commit 1d0a31f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@ jobs:
# store the tag since the git checkout is now dirty
echo "SETUPTOOLS_SCM_PRETEND_VERSION=${tag}" >> "$GITHUB_ENV"
- name: Build SDist and wheel
run: pipx run build

- name: Check metadata
run: pipx run twine check dist/*

- name: Upload distributions
uses: actions/upload-artifact@v4
with:
path: dist/*
- uses: hynek/build-and-inspect-python-package@v2

publish:
needs: dist
Expand All @@ -67,7 +58,7 @@ jobs:
- name: Download distributions
uses: actions/download-artifact@v4
with:
name: artifact
name: Packages
path: dist

- name: List distributions to be deployed
Expand Down

0 comments on commit 1d0a31f

Please sign in to comment.