facioquo / stock-indicators-python

Stock Indicators for Python. Maintained by @LeeDongGeon1996
https://python.StockIndicators.dev
Apache License 2.0
226 stars 38 forks source link

chore: Update package build command #327

Closed LeeDongGeon1996 closed 9 months ago

LeeDongGeon1996 commented 9 months ago

Description

fixes https://github.com/DaveSkender/Stock.Indicators.Python/issues/325

Checklist

LeeDongGeon1996 commented 9 months ago

@DaveSkender setuptools_scm cannnot get the latest version...

DaveSkender commented 9 months ago

@DaveSkender setuptools_scm cannnot get the latest version...

Is it supposed to auto-increment, or does it require manual tagging? I know GitVersion had a quirk about tag history, you had to make sure you checkout the full history.

      - name: Checkout repository
        uses: actions/checkout@v4
        with:
          fetch-depth: 0