Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed Jan 22, 2025
1 parent 7825bb3 commit a580f05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [push]
on:
push:
branches:
- '**'
tags-ignore:
- '*'

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
version: "0.5.20"
python-version: '3.10'

# retrieve your distributions here
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit a580f05

Please sign in to comment.