Skip to content

Commit d0a6a03

Browse files
committed
include version file
1 parent a925409 commit d0a6a03

File tree

3 files changed

+6
-53
lines changed

3 files changed

+6
-53
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ jobs:
2222
with:
2323
python-version: 3.11
2424

25+
- name: Install build tools
26+
run: |
27+
pip install --upgrade build
28+
2529
- name: Build and package
2630
env:
2731
CHECK_VERSION: 'true'
2832
run: |
29-
pip install wheel
30-
python setup.py sdist bdist_wheel
33+
python -m build
3134
3235
- name: Upload to PyPI
3336
uses: pypa/gh-action-pypi-publish@release/v1

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include src/pyscript/version

0 commit comments

Comments
 (0)