Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Dec 6, 2023
1 parent 69b2e01 commit 99e322c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
push:
tags:
- v*
# TODO: remove
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,6 +50,4 @@ jobs:
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
# TODO: remove
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/

0 comments on commit 99e322c

Please sign in to comment.