show manifest in
This commit is contained in:
@@ -36,10 +36,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: ${{ github.event.inputs.branch_name || github.event.workflow_run.head_branch }}
|
|
||||||
- name: Get Branch Name
|
|
||||||
run: echo running on branch ${GITHUB_REF##*/}
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@@ -49,7 +45,9 @@ jobs:
|
|||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install setuptools wheel
|
pip install setuptools wheel
|
||||||
- name: Build source distribution
|
- name: Build source distribution
|
||||||
run: python3 setup.py sdist
|
run: |
|
||||||
|
cat MANIFEST.in
|
||||||
|
python3 setup.py sdist
|
||||||
- name: Store the distribution packages
|
- name: Store the distribution packages
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user