Skip to content

Commit

Permalink
Switch to d2x as default pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 29, 2024
1 parent 870da77 commit 93efdf5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Rename pyproject.d2x.toml to pyproject.toml
run: mv pyproject.d2x.toml pyproject.toml
- name: Install pypa/build
run: |
python3 -m pip install build --user
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y python3-pip curl
ENV PATH="/root/.local/bin:$PATH"

# Copy d2x and CumulusCI pyproject.toml files
COPY pyproject.d2x.toml /usr/local/d2x/pyproject.toml
COPY pyproject.toml /usr/local/d2x/pyproject.toml
COPY pyproject.cci.toml /usr/local/cci/pyproject.toml

# Copy d2x source code
Expand Down
20 changes: 0 additions & 20 deletions pyproject.d2x.toml

This file was deleted.

0 comments on commit 93efdf5

Please sign in to comment.