Skip to content

Commit

Permalink
chore: Publish new package
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Nov 15, 2022
1 parent 5c2f352 commit 85c7f5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rm -rf ./src/pyduro.egg-info

echo -e "Building the package to './dist/'...\n"

python3 setup.py sdist bdist_wheel
python setup.py sdist
3 changes: 3 additions & 0 deletions build_and_publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/env bash

./build.sh && ./publish.sh -r pyduro
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ done

echo -e "Publishing the package to '${REPOSITORY}'...\n"

python3 -m twine upload --repository $REPOSITORY dist/*
python -m twine upload --repository $REPOSITORY dist/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
description-file=README.md
description_file=README.md
license_files=LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
py_modules=[],
python_requires=">=3.6",
url="https://github.com/clementprevot/pyduro",
version="1.1.0",
version="2.0.0",
)

0 comments on commit 85c7f5e

Please sign in to comment.