Skip to content

Commit caf3080

Browse files
committed
possibly cleanup versioneer issue
1 parent 1af2cdd commit caf3080

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719
- name: Set up Python
1820
uses: actions/setup-python@v2
1921
with:
@@ -27,5 +29,5 @@ jobs:
2729
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2830
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2931
run: |
30-
python setup.py sdist bdist_wheel
32+
python setup.py bdist_wheel
3133
twine upload dist/*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ universal = 1
77

88
[versioneer]
99
VCS = git
10-
style = pep440
10+
style = pep440-pre
1111
versionfile_source = emojificate/_version.py
1212
versionfile_build = emojificate/_version.py
1313
tag_prefix =

0 commit comments

Comments
 (0)