File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 push :
99 paths :
10- - ' pyproject.toml'
10+ - ' pkg/ pyproject.toml'
1111
1212jobs :
1313
@@ -23,13 +23,14 @@ jobs:
2323
2424 - name : ' Build sdist'
2525 run : |
26+ cd pkg
2627 pipx run build --sdist --wheel --outdir dist/
2728
2829 - name : ' Upload package'
2930 uses : pypa/gh-action-pypi-publish@release/v1
3031 # https://github.com/marketplace/actions/pypi-publish
3132 with :
32- packages-dir : dist
33+ packages-dir : pkg/ dist
3334 verify-metadata : false
3435 verbose : true
3536 print-hash : true
@@ -47,15 +48,16 @@ jobs:
4748
4849 - name : ' Build sdist'
4950 run : |
51+ cd pkg
5052 pipx run build --sdist --wheel --outdir dist/
5153
5254 - name : ' Upload package'
5355 uses : pypa/gh-action-pypi-publish@release/v1
5456 # https://github.com/marketplace/actions/pypi-publish
5557 with :
56- packages-dir : dist
58+ packages-dir : pkg/ dist
5759 repository-url : https://test.pypi.org/legacy/
5860 verify-metadata : false
5961 verbose : true
6062 print-hash : true
61- skip-existing : false
63+ skip-existing : false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments