зеркало из https://github.com/microsoft/archai.git
chore(github): Fixes wrong labeling and unused comments.
This commit is contained in:
Родитель
8761385958
Коммит
112083664a
|
@ -2,7 +2,7 @@
|
|||
name: Feature Request
|
||||
about: We always welcome new features
|
||||
title: "[NEW]"
|
||||
labels: enhancement
|
||||
labels: feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: Regular Issue
|
||||
about: If your issue is not a bug nor a feature request
|
||||
title: "[REG]"
|
||||
labels: general
|
||||
labels: support
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
cd docs
|
||||
make clean
|
||||
make html
|
||||
- name: Push to gh-pages branch
|
||||
- name: Pushes to gh-pages branch
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
@ -14,20 +14,17 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Sets the Environment
|
||||
# Installs a Python 3.7 environment
|
||||
- name: Sets the environment
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Installs pypa/build
|
||||
# Install the `build` package for further building
|
||||
run: >-
|
||||
python -m
|
||||
pip install
|
||||
build
|
||||
--user
|
||||
- name: Builds the Wheel
|
||||
# Runs the `build` command to create the wheel and source tarball
|
||||
- name: Builds the wheel
|
||||
run: >-
|
||||
python -m
|
||||
build
|
||||
|
@ -36,7 +33,6 @@ jobs:
|
|||
--outdir dist/
|
||||
.
|
||||
- name: Publishes to PyPI
|
||||
# Publishes the builded package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
@ -16,8 +16,6 @@ jobs:
|
|||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Pulls the repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -16,8 +16,6 @@ jobs:
|
|||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Pulls the repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Загрузка…
Ссылка в новой задаче