Skip to content

Commit

Permalink
Minor meta and CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 12, 2024
1 parent 03c6d9a commit 20fb3cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/renor
url: https://pypi.org/p/renoir
permissions:
id-token: write

Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Tests

on: [push, pull_request]
on:
pull_request:
types: [opened, synchronize]
branches:
- master
push:
branches:
- master

jobs:
Linux:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [

[project.urls]
Homepage = 'https://github.com/emmett-framework/renoir'
Documentation = 'https://github.com/emmett-framework/renoir/docs'
Documentation = 'https://github.com/emmett-framework/renoir/tree/master/docs'
Funding = 'https://github.com/sponsors/gi0baro'
Source = 'https://github.com/emmett-framework/renoir'
Issues = 'https://github.com/emmett-framework/renoir/issues'
Expand Down

0 comments on commit 20fb3cf

Please sign in to comment.