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 35bf822 commit c9d6db3Copy full SHA for c9d6db3
.github/workflows/verify.yml
@@ -1,6 +1,3 @@
1
-# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
name: Latest commit
5
6
env:
@@ -11,7 +8,7 @@ env:
11
8
12
9
on:
13
10
schedule:
14
- - cron: "2 4 * * 0" # weekly
+ - cron: "2 4 * * 0" # weekly
15
workflow_dispatch:
16
push:
17
# pull_request:
@@ -30,11 +27,6 @@ jobs:
30
27
test-publishing:
31
28
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
32
29
runs-on: ubuntu-latest
33
- needs:
34
- - cache
35
- - prepare
36
- - coverage
37
- - mypy
38
steps:
39
- name: Check out committed code
40
uses: actions/checkout@v4
0 commit comments