Skip to content

Commit f98722a

Browse files
Raffine les modification faite dans la PR de correction du déploiement PyPi (#205)
1 parent daf7c4f commit f98722a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/has-functional-changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22

3-
IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/* setup.py"
3+
IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore .github/*"
44

55
last_tagged_commit=`git describe --tags --abbrev=0 --first-parent` # --first-parent ensures we don't follow tags not published in master through an unlikely intermediary merge commit
66

.github/workflows/workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ jobs:
133133
needs: [ check-for-functional-changes ]
134134
if: needs.check-for-functional-changes.outputs.status == 'success'
135135
permissions:
136-
#id-token is mandatory for trusted publishing
137136
id-token: write
138-
#contents is mandatory for git tag publishing
139137
contents: write
140138
steps:
141139
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)