We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453acf1 commit 4bcd948Copy full SHA for 4bcd948
Makefile
@@ -160,7 +160,7 @@ release: FORCE
160
python testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
161
pip install twine && \
162
twine upload testenv2/src/${MODULE}/dist/* && \
163
- git tag ${VERSION} && git push --tags
+ git tag v${VERSION} && git push --tags
164
165
FORCE:
166
setup.py
@@ -28,7 +28,6 @@
28
install_requires=[
29
"setuptools",
30
"ruamel.yaml >= 0.14.12, < 0.17.18",
31
- "typing",
32
"schema_salad",
33
],
34
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
0 commit comments