Skip to content

Commit c9d6db3

Browse files
committed
Remove for now
1 parent 35bf822 commit c9d6db3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: Latest commit
52

63
env:
@@ -11,7 +8,7 @@ env:
118

129
on:
1310
schedule:
14-
- cron: "2 4 * * 0" # weekly
11+
- cron: "2 4 * * 0" # weekly
1512
workflow_dispatch:
1613
push:
1714
# pull_request:
@@ -30,11 +27,6 @@ jobs:
3027
test-publishing:
3128
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
3229
runs-on: ubuntu-latest
33-
needs:
34-
- cache
35-
- prepare
36-
- coverage
37-
- mypy
3830
steps:
3931
- name: Check out committed code
4032
uses: actions/checkout@v4

0 commit comments

Comments
 (0)