diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-05-19 03:15:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 03:15:55 -0300 |
| commit | 294d060ac1557ed70cab7a12f97d930f9dc4baf9 (patch) | |
| tree | 25e03a160fb1dc05a27a9118a7a6f573f0ffd123 /Makefile | |
| parent | ffd5ba16eb1ada42a582db4ac8bdaf29f66a868f (diff) | |
| parent | 6071528289e4a8b11a772433c33851136d30f133 (diff) | |
| download | pyvyos-294d060ac1557ed70cab7a12f97d930f9dc4baf9.tar.gz pyvyos-294d060ac1557ed70cab7a12f97d930f9dc4baf9.zip | |
Merge pull request #31 from vyos-contrib/release/v0.4.0-cleanupv0.4.0
Release v0.4.0 — cleanup and consolidation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 42b53e9..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -.PHONY: help -help: - @echo "build - build the package" - @echo "upload - upload the package to PyPI" - -.PHONY: build -build: - env/bin/python -m build --sdist - env/bin/python -m build --wheel - -.PHONY: upload -upload: - env/bin/python -m twine check dist/* - env/bin/python -m twine upload dist/* |
