← 返回首页
Fetch all tags to avoid 'unknown' version warning during build · bpython/bpython@36d471c · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 36d471c

Browse files
committed
Fetch all tags to avoid 'unknown' version warning during build
1 parent 0a83c13 commit 36d471c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/build.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
1921
- name: Set up Python ${{ matrix.python-version }}
2022
uses: actions/setup-python@v2
2123
with:

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.