Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Build with 'build'
  • Loading branch information
EpicWink committed Oct 15, 2025
commit 0f0f7cff384f3c9a17f577fd2328194a84d66c4e
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ release-test: sdist
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

sdist: clean
python setup.py sdist bdist_wheel
python -m build -d dist .
ls -l dist

test:
Expand Down