Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jul 27, 2023
1 parent df4099f commit 7299ba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 0

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
cache: false
prerelease: true

- name: Ensure lock file is up to date
run: |
pdm lock --check
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
release-to-pypi:
needs: [check-release]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -33,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: chaostoolkit-packages
path: dist/chaostoolkit-*
path: dist/chaostoolkit-*

0 comments on commit 7299ba5

Please sign in to comment.