Skip to content

Commit

Permalink
fix(ci,mk): adjust release-process
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Nov 20, 2024
1 parent d93870a commit 913f3db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python3 setup.py sdist bdist_wheel
twine upload dist/*
make release
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
os:
- {name: ubuntu, version: latest}
python-version: ['3.13']

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endef
.PHONY: release-build
release-build:
python3 -m build --sdist
python3 -m build --bdist_wheel
python3 -m build --wheel

define release-upload-help
# Upload Python distribution (sdist, bdist_wheel)
Expand Down

0 comments on commit 913f3db

Please sign in to comment.