1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-19 00:56:16 +02:00

Fetch all tags for setuptools_scm

This commit is contained in:
Hugo van Kemenade 2023-06-01 21:58:43 +03:00
parent cd759067b0
commit ff7607b3d7

View File

@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4