show manifest in

This commit is contained in:
Schmieder, Jacob
2024-05-08 09:41:23 +00:00
parent 5b627ab27a
commit c3b08f1c67
+4 -6
View File
@@ -36,10 +36,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
uses: actions/setup-python@v4
with:
@@ -48,8 +44,10 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install setuptools wheel
- name: Build source distribution
run: python3 setup.py sdist
- name: Build source distribution
run: |
cat MANIFEST.in
python3 setup.py sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with: