Skip to content

Commit 7cdec00

Browse files
authored
Merge pull request #666 from dimbleby/publish-wheel
publish wheels
2 parents 6e7fefb + c554962 commit 7cdec00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEPLOY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Deploying Instructions
22
1. Bump all versions including optional (affects tests) https://github.com/facetoe/zenpy/blob/a3d7d3e49096f0bde67c85d6f227ed8db7469c63/zenpy/__init__.py#L61-L60
33
2. If you bump the agent version above, likely we'll need to generate new wires from betamax
4-
2. git pull into clean area (after bumping new version and tagging release and updating toml file)
5-
2. make clean
6-
3. python setup.py sdist
7-
4. twine upload dist/*
4+
3. git pull into clean area (after bumping new version and tagging release and updating toml file)
5+
4. make clean
6+
5. pip install build
7+
6. python -m build
8+
7. twine upload dist/*

0 commit comments

Comments
 (0)