File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
24
steps :
25
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
# Runs a single command using the runners shell
29
29
- name : Run a one-line script
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Set up Python
27
- uses : actions/setup-python@v3
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ' 3.9'
30
30
- name : Install dependencies
36
36
- name : Publish package
37
37
uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
38
38
with :
39
- user : ttrenty
39
+ user : __token__
40
40
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments