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.
2 parents 7443158 + 5e47384 commit 1ce6471Copy full SHA for 1ce6471
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
interpreter: "*"
30
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
33
34
- name: Set up QEMU
35
if: ${{ matrix.arch != 'auto' }}
@@ -66,7 +66,7 @@ jobs:
66
working-directory: ./light-curve
67
68
69
70
71
- name: Setup Python
72
uses: actions/setup-python@v3
@@ -113,7 +113,7 @@ jobs:
113
working-directory: light-curve-python
114
115
116
117
118
- name: Set up Python
119
0 commit comments