Skip to content

Commit

Permalink
Merge pull request #24 from matheusjardimb/develop
Browse files Browse the repository at this point in the history
Test CI Flow (#23)
  • Loading branch information
matheusjardimb authored Aug 2, 2024
2 parents fecce22 + d29d4bc commit ca3a27b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pip_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- uses: actions/checkout@v4

- name: Set variables
run: |
VER=$(cat VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Download all the dists
uses: actions/download-artifact@v3
with:
Expand All @@ -77,16 +85,6 @@ jobs:
./dist/*.tar.gz
./dist/*.whl
- name: List files
run: |
ls ./dist/
ls
- name: Set variables
run: |
VER=$(cat VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.8

0 comments on commit ca3a27b

Please sign in to comment.