summaryrefslogtreecommitdiff
path: root/.github/workflows/python-tests.yml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-05-21 19:03:25 +0200
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-05-21 19:03:25 +0200
commitbcb0cf188c10495b61f072b8d6eb7492d5a84a05 (patch)
treebbcac7ef36a5bfc553f2681464dff0ca00032240 /.github/workflows/python-tests.yml
parent10b3d6b2e697336050551a2d9a68cac7198f13a7 (diff)
downloadsetuptools-scm-drop-samefile.tar.gz
fix package findingdrop-samefile
Diffstat (limited to '.github/workflows/python-tests.yml')
-rw-r--r--.github/workflows/python-tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 18378da..9b41ff2 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -95,8 +95,7 @@ jobs:
pip install --upgrade wheel setuptools jaraco.windows
- run: python setup.py egg_info
- name: Build package
- run: |
- python setup.py bdist_wheel sdist
+ run: python setup.py bdist_wheel sdist
- uses: actions/upload-artifact@v2
with:
name: dist