Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ab311a

Browse files
committed
Fix makefile for PyPI upload.
1 parent a1c4367 commit 9ab311a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ upload-test: distribute
2121
$(PYTHON) -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
2222

2323
upload: distribute
24-
$(PYTHON) -m twine upload dist/* quickjs.egg-info/
24+
$(PYTHON) -m twine upload dist/*
2525

2626
clean:
2727
rm -rf build/ dist/

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author_email="petter.strandmark@gmail.com",
1717
name='quickjs',
1818
url='https://github.com/PetterS/quickjs',
19-
version='1.0.4',
19+
version='1.0.5',
2020
description='Wrapping the quickjs C library.',
2121
long_description=long_description,
2222
packages=["quickjs"],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /