We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb09e4 commit 2fa4c1aCopy full SHA for 2fa4c1a
deploy_to_pypi.sh
@@ -3,6 +3,6 @@
3
# Deploy to PyPI for both source and wheel
4
#
5
rm -Rf build/ dist/ wiremock.egg-info/ || true
6
-python3 setup.py sdist bdist_wheel
+python3 -m build --sdist --wheel
7
python3 -m twine upload dist/*
8
docs/index.rst
@@ -32,7 +32,7 @@ Source: https://github.com/wiremock/python-wiremock.git
32
.. code-block:: sh
33
34
$ git clone TODO
35
- $ python setup.py install
+ $ poetry install
36
37
38
Contents
setup.py
0 commit comments