File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up Python
15
15
uses : actions/setup-python@v1
16
16
with :
20
20
- name : Build
21
21
run : python -m build .
22
22
- name : Publish
23
- uses : pypa/gh-action-pypi-publish@master
23
+ uses : pypa/gh-action-pypi-publish@release/v1
24
24
with :
25
25
password : ${{ secrets.pypi_password }}
26
26
skip_existing : true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name = "asleep" # Required
17
17
#
18
18
# For a discussion on single-sourcing the version, see
19
19
# https://packaging.python.org/guides/single-sourcing-package-version/
20
- version = " 0.4.6 " # Required
20
+ version = " 0.4.7 " # Required
21
21
22
22
# This is a one-line description or tagline of what your project does. This
23
23
# corresponds to the "Summary" metadata field:
You can’t perform that action at this time.
0 commit comments