We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da8ecc commit d2d2f7eCopy full SHA for d2d2f7e
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v2
14
with:
15
- python-version: "3.x"
+ python-version: "3.8"
16
- name: Install build-dependencies
17
run: |
18
make build-dependencies
Makefile
@@ -17,10 +17,8 @@ build-dependencies:
@pip install -r requirements/build.txt
build:
19
@rm -rf README.rst
20
- @cp README.md pypwext
21
@python tools/versions.py
22
@python -m build
23
- @rm -rf pypwext/README.md
24
publish:
25
@python -m twine upload dist/* --config-file ./.pypirc
26
freeze:
0 commit comments