Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
maurosilber committed Jan 31, 2025
1 parent 873ff9f commit 9e484e2
Show file tree
Hide file tree
Showing 6 changed files with 1,267 additions and 1,467 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 69f22fd
_commit: 07b08ea
_src_path: https://github.com/maurosilber/python-lib-template
github_username: maurosilber
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and release when tagged
name: CI

on: [push]

Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Build the package
run: pixi run --environment build build
- name: Publish to PyPI
run: pixi run --environment build publish
if: github.ref_type == 'tag'
run: pixi run --environment build publish
Loading

0 comments on commit 9e484e2

Please sign in to comment.