Python functions to get top-level importables names
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #5 from astrojuanlu/update-template

Update to latest template

authored by

Juan Luis Cano Rodríguez and committed by
GitHub
(Jul 24, 2024, 11:26 AM +0200) 885c288c f3e0c631

+3 -3
+1 -1
.copier-answers.yml
··· 1 1 # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY 2 - _commit: v2024.03.1 2 + _commit: v2024.07.1 3 3 _src_path: gh:astrojuanlu/copier-pylib 4 4 author_email: hello@juanlu.space 5 5 author_name: Juan Luis Cano Rodríguez
+2 -2
.github/workflows/publish.yml
··· 15 15 id-token: write 16 16 contents: write 17 17 steps: 18 - - uses: actions/checkout@v2 18 + - uses: actions/checkout@v4 19 19 - name: Set up Python 20 - uses: actions/setup-python@v2 20 + uses: actions/setup-python@v5 21 21 with: 22 22 python-version: 3.9 23 23 - name: Install build dependencies