Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Narrow `pr-trigger.yml` to ignore publish-only changes in workflows

Aperta Adatta ai principianti
#170 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
68/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
github-actions

Direzione di ricerca

Inizia con il workflow pr-trigger.yml e confrontalo con build-numpy.yml, quindi esamina la modifica al workflow introdotta da #169. Aggiorna le condizioni del trigger in modo che le modifiche relative esclusivamente alla pubblicazione non avviino build, mentre le altre modifiche agli script continuino a farlo, e verifica il comportamento risultante del workflow.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement infrastructure

After creating #169 , the build-numpy.yml workflow kicked off again despite no new version to build. This is expected due to how the existing checker workflows were designed, and the publish step wasn't going to run anyway since it wasn't on main, but it's wasteful to be running a build in this case. If it's simple enough, we should change the pr-trigger.yml workflow so that it only triggers builds when parts of the script other than the publish job are modified. This may be too complex to justify.

Alternatively, we could do some further rework (once the composite action in #169 is merged) to have it perform the publish steps in a "mock" mode, so that we're testing the publishing steps as much as possible too. It would mean letting the superfluous wheel builds to run though, without further tweaks.

Lingua principale
Python
Stelle
0
Fork
0
Merge medio
17h 2m
PR unite (30g)
959

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di riseproject-dev/python-wheels

Tutte le issue di riseproject-dev/python-wheels

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.